翻訳と辞書
Words near each other
・ Abu Ahmad al-Alwani
・ Abu Ahmad ibn Jahsh
・ Abu Ahmed al-Kuwaiti
・ Abstract Window Toolkit
・ Abstract-Type and Scheme-Definition Language
・ Abstracta
・ Abstracting electricity
・ Abstraction
・ Abstraction (art)
・ Abstraction (computer science)
・ Abstraction (disambiguation)
・ Abstraction (linguistics)
・ Abstraction (mathematics)
・ Abstraction (sociology)
・ Abstraction Games
Abstraction inversion
・ Abstraction layer
・ Abstraction model checking
・ Abstraction of transport/protocol connectivity
・ Abstraction principle
・ Abstraction principle (computer programming)
・ Abstraction principle (law)
・ Abstraction-Création
・ Abstraction-Filtration-Comparison test
・ Abstractionism
・ Abstractor of title
・ Abstrakt Algebra
・ Abstrakt Intellekt
・ Abstral
・ Abstrupus Danby


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Abstraction inversion : ウィキペディア英語版
Abstraction inversion

In computer programming, abstraction inversion is an anti-pattern arising when users of a construct need functions implemented within it but not exposed by its interface. The result is that the users re-implement the required functions in terms of the interface, which in its turn uses the internal implementation of the same functions. This may result in implementing lower-level features in terms of higher-level ones, thus the term 'abstraction inversion'.
Possible ill-effects are:
* The user of such a re-implemented function may seriously underestimate its running-costs.
* The user of the construct is forced to obscure his implementation with complex mechanical details.
* Many users attempt to solve the same problem, increasing the risk of error.
== Abstraction inversion in practice ==

Ways to avoid this anti-pattern include:
: For designers of lower-level software:
:
* If your system offers formally equivalent functions, choose carefully which to implement in terms of the other.
:
* Do not force unnecessarily weak constructs on your users.
: For implementers of higher-level software:
:
* Choose your infrastructure carefully.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Abstraction inversion」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.